Tries to change the singleton into a caption. This works on text fields.
PROCEDURE MakeField
Guard: StdCmds.SingletonGuard
Tries to change the singleton into a field control. This works on radio buttons.
PROCEDURE MakePushButton
Guard: StdCmds.SingletonGuard
Tries to change the singleton into a command button control.
PROCEDURE MakeRadioButton
Guard: StdCmds.SingletonGuard
Tries to change the singleton into a radio button control. This works on number fields.
PROCEDURE SetCancelButton
Guard: StdCmds.ContainerGuard
Cancel buttons react on the input of escape characters. This command removes the cancel property from the current cancel button in the focus container, if there is one. If a singleton push button is selected, it then sets this button's cancel property.
PROCEDURE SetDefaultButton
Guard: StdCmds.ContainerGuard
Default buttons react on the input of carriage
return and enter characters. This command removes the default property from the current default button in the focus container, if there is one. If a singleton push button is selected, it then sets this button's default property.